Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / Execute Method / Execute(Command[]) Method
The commands to be executed.


In This Topic
    Execute(Command[]) Method
    In This Topic
    Executes the list of commands by it's order.
    Syntax
    'Declaration
     
    
    Public Overloads Function Execute( _
       ByVal commands() As Command _
    ) As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim commands() As Command
    Dim value As Boolean
     
    value = instance.Execute(commands)
    public bool Execute( 
       Command[] commands
    )

    Parameters

    commands
    The commands to be executed.

    Return Value

    A boolean value indicate commands are executed success or not.
    See Also